\(\int (d \cos (e+f x))^m (b (c \tan (e+f x))^n)^p \, dx\) [177]

   Optimal result
   Rubi [A] (verified)
   Mathematica [A] (verified)
   Maple [F]
   Fricas [F]
   Sympy [F]
   Maxima [F]
   Giac [F]
   Mupad [F(-1)]

Optimal result

Integrand size = 25, antiderivative size = 101 \[ \int (d \cos (e+f x))^m \left (b (c \tan (e+f x))^n\right )^p \, dx=\frac {(d \cos (e+f x))^m \cos ^2(e+f x)^{\frac {1}{2} (1-m+n p)} \operatorname {Hypergeometric2F1}\left (\frac {1}{2} (1+n p),\frac {1}{2} (1-m+n p),\frac {1}{2} (3+n p),\sin ^2(e+f x)\right ) \tan (e+f x) \left (b (c \tan (e+f x))^n\right )^p}{f (1+n p)} \]

[Out]

(d*cos(f*x+e))^m*(cos(f*x+e)^2)^(1/2*n*p-1/2*m+1/2)*hypergeom([1/2*n*p+1/2, 1/2*n*p-1/2*m+1/2],[1/2*n*p+3/2],s
in(f*x+e)^2)*tan(f*x+e)*(b*(c*tan(f*x+e))^n)^p/f/(n*p+1)

Rubi [A] (verified)

Time = 0.18 (sec) , antiderivative size = 101, normalized size of antiderivative = 1.00, number of steps used = 3, number of rules used = 3, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.120, Rules used = {3740, 2683, 2697} \[ \int (d \cos (e+f x))^m \left (b (c \tan (e+f x))^n\right )^p \, dx=\frac {\tan (e+f x) (d \cos (e+f x))^m \cos ^2(e+f x)^{\frac {1}{2} (-m+n p+1)} \left (b (c \tan (e+f x))^n\right )^p \operatorname {Hypergeometric2F1}\left (\frac {1}{2} (n p+1),\frac {1}{2} (-m+n p+1),\frac {1}{2} (n p+3),\sin ^2(e+f x)\right )}{f (n p+1)} \]

[In]

Int[(d*Cos[e + f*x])^m*(b*(c*Tan[e + f*x])^n)^p,x]

[Out]

((d*Cos[e + f*x])^m*(Cos[e + f*x]^2)^((1 - m + n*p)/2)*Hypergeometric2F1[(1 + n*p)/2, (1 - m + n*p)/2, (3 + n*
p)/2, Sin[e + f*x]^2]*Tan[e + f*x]*(b*(c*Tan[e + f*x])^n)^p)/(f*(1 + n*p))

Rule 2683

Int[(cos[(e_.) + (f_.)*(x_)]*(a_.))^(m_)*((b_.)*tan[(e_.) + (f_.)*(x_)])^(n_), x_Symbol] :> Dist[(a*Cos[e + f*
x])^FracPart[m]*(Sec[e + f*x]/a)^FracPart[m], Int[(b*Tan[e + f*x])^n/(Sec[e + f*x]/a)^m, x], x] /; FreeQ[{a, b
, e, f, m, n}, x] &&  !IntegerQ[m] &&  !IntegerQ[n]

Rule 2697

Int[((a_.)*sec[(e_.) + (f_.)*(x_)])^(m_.)*((b_.)*tan[(e_.) + (f_.)*(x_)])^(n_), x_Symbol] :> Simp[(a*Sec[e + f
*x])^m*(b*Tan[e + f*x])^(n + 1)*((Cos[e + f*x]^2)^((m + n + 1)/2)/(b*f*(n + 1)))*Hypergeometric2F1[(n + 1)/2,
(m + n + 1)/2, (n + 3)/2, Sin[e + f*x]^2], x] /; FreeQ[{a, b, e, f, m, n}, x] &&  !IntegerQ[(n - 1)/2] &&  !In
tegerQ[m/2]

Rule 3740

Int[(u_.)*((b_.)*((c_.)*tan[(e_.) + (f_.)*(x_)])^(n_))^(p_), x_Symbol] :> Dist[b^IntPart[p]*((b*(c*Tan[e + f*x
])^n)^FracPart[p]/(c*Tan[e + f*x])^(n*FracPart[p])), Int[ActivateTrig[u]*(c*Tan[e + f*x])^(n*p), x], x] /; Fre
eQ[{b, c, e, f, n, p}, x] &&  !IntegerQ[p] &&  !IntegerQ[n] && (EqQ[u, 1] || MatchQ[u, ((d_.)*(trig_)[e + f*x]
)^(m_.) /; FreeQ[{d, m}, x] && MemberQ[{sin, cos, tan, cot, sec, csc}, trig]])

Rubi steps \begin{align*} \text {integral}& = \left ((c \tan (e+f x))^{-n p} \left (b (c \tan (e+f x))^n\right )^p\right ) \int (d \cos (e+f x))^m (c \tan (e+f x))^{n p} \, dx \\ & = \left ((d \cos (e+f x))^m \left (\frac {\sec (e+f x)}{d}\right )^m (c \tan (e+f x))^{-n p} \left (b (c \tan (e+f x))^n\right )^p\right ) \int \left (\frac {\sec (e+f x)}{d}\right )^{-m} (c \tan (e+f x))^{n p} \, dx \\ & = \frac {(d \cos (e+f x))^m \cos ^2(e+f x)^{\frac {1}{2} (1-m+n p)} \operatorname {Hypergeometric2F1}\left (\frac {1}{2} (1+n p),\frac {1}{2} (1-m+n p),\frac {1}{2} (3+n p),\sin ^2(e+f x)\right ) \tan (e+f x) \left (b (c \tan (e+f x))^n\right )^p}{f (1+n p)} \\ \end{align*}

Mathematica [A] (verified)

Time = 1.05 (sec) , antiderivative size = 91, normalized size of antiderivative = 0.90 \[ \int (d \cos (e+f x))^m \left (b (c \tan (e+f x))^n\right )^p \, dx=\frac {(d \cos (e+f x))^m \operatorname {Hypergeometric2F1}\left (\frac {2+m}{2},\frac {1}{2} (1+n p),\frac {1}{2} (3+n p),-\tan ^2(e+f x)\right ) \sec ^2(e+f x)^{m/2} \tan (e+f x) \left (b (c \tan (e+f x))^n\right )^p}{f (1+n p)} \]

[In]

Integrate[(d*Cos[e + f*x])^m*(b*(c*Tan[e + f*x])^n)^p,x]

[Out]

((d*Cos[e + f*x])^m*Hypergeometric2F1[(2 + m)/2, (1 + n*p)/2, (3 + n*p)/2, -Tan[e + f*x]^2]*(Sec[e + f*x]^2)^(
m/2)*Tan[e + f*x]*(b*(c*Tan[e + f*x])^n)^p)/(f*(1 + n*p))

Maple [F]

\[\int \left (d \cos \left (f x +e \right )\right )^{m} \left (b \left (c \tan \left (f x +e \right )\right )^{n}\right )^{p}d x\]

[In]

int((d*cos(f*x+e))^m*(b*(c*tan(f*x+e))^n)^p,x)

[Out]

int((d*cos(f*x+e))^m*(b*(c*tan(f*x+e))^n)^p,x)

Fricas [F]

\[ \int (d \cos (e+f x))^m \left (b (c \tan (e+f x))^n\right )^p \, dx=\int { \left (\left (c \tan \left (f x + e\right )\right )^{n} b\right )^{p} \left (d \cos \left (f x + e\right )\right )^{m} \,d x } \]

[In]

integrate((d*cos(f*x+e))^m*(b*(c*tan(f*x+e))^n)^p,x, algorithm="fricas")

[Out]

integral(((c*tan(f*x + e))^n*b)^p*(d*cos(f*x + e))^m, x)

Sympy [F]

\[ \int (d \cos (e+f x))^m \left (b (c \tan (e+f x))^n\right )^p \, dx=\int \left (b \left (c \tan {\left (e + f x \right )}\right )^{n}\right )^{p} \left (d \cos {\left (e + f x \right )}\right )^{m}\, dx \]

[In]

integrate((d*cos(f*x+e))**m*(b*(c*tan(f*x+e))**n)**p,x)

[Out]

Integral((b*(c*tan(e + f*x))**n)**p*(d*cos(e + f*x))**m, x)

Maxima [F]

\[ \int (d \cos (e+f x))^m \left (b (c \tan (e+f x))^n\right )^p \, dx=\int { \left (\left (c \tan \left (f x + e\right )\right )^{n} b\right )^{p} \left (d \cos \left (f x + e\right )\right )^{m} \,d x } \]

[In]

integrate((d*cos(f*x+e))^m*(b*(c*tan(f*x+e))^n)^p,x, algorithm="maxima")

[Out]

integrate(((c*tan(f*x + e))^n*b)^p*(d*cos(f*x + e))^m, x)

Giac [F]

\[ \int (d \cos (e+f x))^m \left (b (c \tan (e+f x))^n\right )^p \, dx=\int { \left (\left (c \tan \left (f x + e\right )\right )^{n} b\right )^{p} \left (d \cos \left (f x + e\right )\right )^{m} \,d x } \]

[In]

integrate((d*cos(f*x+e))^m*(b*(c*tan(f*x+e))^n)^p,x, algorithm="giac")

[Out]

integrate(((c*tan(f*x + e))^n*b)^p*(d*cos(f*x + e))^m, x)

Mupad [F(-1)]

Timed out. \[ \int (d \cos (e+f x))^m \left (b (c \tan (e+f x))^n\right )^p \, dx=\int {\left (d\,\cos \left (e+f\,x\right )\right )}^m\,{\left (b\,{\left (c\,\mathrm {tan}\left (e+f\,x\right )\right )}^n\right )}^p \,d x \]

[In]

int((d*cos(e + f*x))^m*(b*(c*tan(e + f*x))^n)^p,x)

[Out]

int((d*cos(e + f*x))^m*(b*(c*tan(e + f*x))^n)^p, x)